projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe0d9df
)
; * src/buffer.c (syms_of_buffer) <mode-line-format>: ASCIIfy.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 25 Jun 2024 13:42:47 +0000
(16:42 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 25 Jun 2024 13:42:47 +0000
(16:42 +0300)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 8f98369212470a1220223bed37285b6f6f090fb9..744b0ef55484b951ce75c2b8dcab57cdb5e3b5f5 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-5183,7
+5183,7
@@
A string is printed verbatim in the mode line except for %-constructs:
%P -- print percent of buffer above bottom of window, perhaps plus Top,
or print Bottom or All.
%q -- print percent of buffer above both the top and the bottom of the
- window, separated by
β-β, or βAllβ
.
+ window, separated by
`-', or `All'
.
%s -- print process status.
%z -- print mnemonics of keyboard, terminal, and buffer coding systems.
%Z -- like %z, but including the end-of-line format.